home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / utils / report_magic / rmagic_221.exe / {app} / rmagic.sample < prev    next >
Encoding:
Text File  |  2003-04-02  |  822 b   |  41 lines

  1. #
  2. # Sample Report Magic settings file.
  3. # For details on commands see the documentations, starting at docs/index.html
  4. # or see the comments in the rmagic.ini file in each language directory 
  5. # (e.g lang/en/rmagic.ini)
  6. #
  7.  
  8. [statistics]
  9. File_In = sample.dat
  10. Frame_File_Out = index.html
  11. Format= XHTML 1.0
  12.  
  13. [reports]
  14. Active_Column=R
  15. File_Out = reports\
  16.  
  17. Title_Font = Helvetica,Arial,sans-serif
  18. Title_BG_Color = #000000
  19. Title_Font_Color = #FFCC00
  20.  
  21. Data_Font = Helvetica,Arial,sans-serif
  22. Data_Color_1 = #D0FFD0
  23. Data_Color_2 = #F0FFF0
  24. Data_Total_Color = #FFCC66
  25. Data_Header_Color = #9999CC
  26.  
  27. [QUICK]
  28. Rows = ALL
  29.  
  30. [graphs]
  31. BG_Color = #FFFFCC
  32.  
  33. [navigation]
  34. File_Out = nav.html
  35.  
  36. [website]
  37. Title = Web Statistics for my website
  38. Webmaster = webmaster@website.com
  39. Base_URL = http://www.website.com
  40.  
  41.